Crate tauri_utils

source ·
Expand description

This crate contains common code that is reused in many places and offers useful utilities like parsing configuration files, detecting platform triples, injecting the CSP, and managing assets.

Modules§

  • Access Control List types.
  • The Assets module allows you to read files that have been bundled by tauri during both compile time and runtime.
  • The Tauri configuration used at runtime.
  • The module to process HTML in Tauri.
  • IO helpers.
  • Determine a mime type from a URI or file contents.
  • Application pattern.
  • Platform helper functions.
  • Compile-time and runtime types for Tauri plugins.

Structs§

  • Information about environment variables.
  • tauri::App package information.

Enums§

Functions§

  • Reconstructs a path from its components using the platform separator then converts it to String and removes UNC prefixes on Windows if it exists.

Type Aliases§

  • The result type of tauri-utils.